Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Program to create processes using fork() and check different states for orphan...Aug 19
PROGRAM FOR ORPHAN PROCESSJul 18
Program to create processes using fork() and check orphan stateJun 06
Program of an orphanJun 03
Program to find length of a string Jun 04
PROGRAM FOR SUM OF ARRAY USING SPIN LOCKJun 05
Program to create processes using fork() and check zombie state Jun 07
Program to do sum of numbers from 1 to 10, by dividing the job into two processe...Jun 10
Program to copy the contents of one array to another without shared memoryJun 11
Program to copy the contents of one array to another using shared memoryJun 12
Program to do sum of elements of an array by Loop SplittingJun 13
Program to find sum of the elements of the array using self schedulingJun 15
Program to find factorial using self schedulingJun 16
Program of histogram using self-scheduling and locking the whole binJun 17
Program of histogram using loop splitting and locking the each bin with a differ...Jun 18
Program of histogram by calculating the partial histograms and consolidating in...Jun 19
Program to calculate average of the elements of an array and then the average d...Jun 20
Program to calculate average of the elements of an array and then the average de...Jun 21
Program to overcome the forward dependency using block scheduling using the most...Jun 23
Program of solving the dependency in the linear recurrence relation x[i] = x[i 1...Jun 24
Program to create a singly linked list of numbers using threadsJun 25
Program to solve the producer-consumer problem using threadJun 26
Program to multiply matrix (10 x 10) with a vector using variation in Loop Split...Jun 27
Program to multiply matrix (10 x 10) with a vector using Indirect SchedulingJun 28
Program to multiply matrix (10 x 10) with a vector using Indirect SchedulingJun 29
Program of expression Splitting using multiple barriersJun 30
Program to count the total no of characters in one or more character strings by ...Jul 01
PROGRAM OF CREATE HEADER FILE FOR SEMAPHOREJul 02
PROGRAM OF CREATE HEADER FILE FOR SHARED MEMORYJul 03
PROGRAM OF CREATE HEADER FILE FOR BARRIERJul 04
PROGRAM FOR COPY THE ARRAY ELEMENETS USING N NO.OF PROCESSESJul 05
PROGRAM FOR ADD A CONSTANT TO EACH ARRAY ELEMENETS USING SELF SCHEDULINGJul 06
PROGRAM FOR ADD A CONSTANT TO EACH ARRAY ELEMENETS USING SELF SCHEDULINGJul 07
PROGRAM TO COMPARE TWO STRINGS USING LOOP SPLITTINGJul 08
PROGRAM TO FIND THE DOT PRODUCT OF TWO VECTORS SUCH THAT EACH PROCESS ADDS ITS P...Jul 09
PROGRAM TO COMPUTE n! USING SELF-SCHEDULINGJul 10
PROGRAM TO EALUATE A POLYNOMIAL WITH N NO.OF PROCESSES USING LOOP SPLITINGJul 11
PROGRAM FOR MATRIX VECTOR MULTIPLICATION USING INNER LOOP SPLITING FOR N NO.OF...Jul 12
PROGRAM FOR HISTOGRAM FOR INDIVIDUAL CELL OF HISTOGRAM THERE ARE SEPARATE LOCKJul 13
PROGRAM TO EVALUATE CORRELATION OF TWO SETS OF DATA USING BARRIERJul 14
PROGRAM FOR FORWARD DEPENDENCY X[I]=X[I 1] USING BLOCK SCHEDULING AND N NO.OF...Jul 15
PROGRAM FOR 2^N CHILDRENJul 16
PROGRAM FOR ZOMBIE PROCESSJul 17
PROGRAM FOR ADD 2 ARRAY ELEMENTS AND STORE IN 3rd ARRAY USING LOOP SPLITINGJul 19
PROGRAM OF CREAT HEADER FILES FOR P_FORK,P_JOIN AND SHARED MEMORYJul 20
Program to create header file for fork,join,shared memory,lock,free shared memor...Jul 21
Program to fork a child and print the process id of parent and child processJul 22
Program to create two child processes and examine the outputJul 23
Program to create user defined fork function and create 2 child process, print t...Jul 24
Program to simulate process synchronization, call wait function so that the exec...Jul 25